home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / wtjmarch.zip / LIFE.ZIP / CLIFE.MAK < prev    next >
Text File  |  1991-10-23  |  877b  |  60 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = bcc +CLIFE.CFG
  5. TASM = TASM
  6. TLIB = tlib
  7. TLINK = tlink
  8. LIBPATH = C:\BC3\OWL\LIB;C:\BC3\CLASSLIB\LIB;C:\BC3\LIB
  9. INCLUDEPATH = C:\BC3\OWL\INCLUDE;C:\BC3\CLASSLIB\INCLUDE;C:\BC3\INCLUDE
  10.  
  11.  
  12. #        *Implicit Rules*
  13. .c.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .cpp.obj:
  17.   $(CC) -c {$< }
  18.  
  19. #        *List Macros*
  20.  
  21.  
  22. EXE_dependencies =  \
  23.  clife.obj \
  24.  clife.def \
  25.  clife.res
  26.  
  27. #        *Explicit Rules*
  28. clife.exe: clife.cfg $(EXE_dependencies)
  29.   $(TLINK) /v/x/c/P-/C/Twe/L$(LIBPATH) @&&|
  30. c0wl.obj+
  31. clife.obj
  32. clife
  33.         # no map file
  34. tclassl.lib+
  35. owlwl.lib+
  36. mathwl.lib+
  37. import.lib+
  38. cwl.lib
  39. clife.def
  40. |
  41.   RC clife.exe
  42.  
  43.  
  44. #        *Individual File Dependencies*
  45. clife.obj: clife.cfg clife.cpp 
  46.  
  47. #        *Compiler Configuration File*
  48. clife.cfg: clife.mak
  49.   copy &&|
  50. -ml
  51. -v
  52. -WS
  53. -vi
  54. -H=CLIFE.SYM
  55. -I$(INCLUDEPATH)
  56. -L$(LIBPATH)
  57. | clife.cfg
  58.  
  59.  
  60.